From 1dca7f38ae8f77bbae8b4fbe59fbfaeafbb70721 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 29 Dec 2003 12:58:57 +0000 Subject: [PATCH] (xml-get-attribute-or-nil): Doc fix. --- lisp/xml.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/xml.el b/lisp/xml.el index 72ffa43dcc9..dbd991f5583 100644 --- a/lisp/xml.el +++ b/lisp/xml.el @@ -106,7 +106,7 @@ CHILD-NAME should be a lower case symbol." (defun xml-get-attribute-or-nil (node attribute) "Get from NODE the value of ATTRIBUTE. -nil is returned if the attribute was not found. +Return `nil' if the attribute was not found. See also `xml-get-attribute'." (when (xml-node-attributes node) -- 2.30.2